|
|
@@ -60,7 +60,7 @@ module Agents
|
60
|
60
|
So you can use it in `instructions` like this:
|
61
|
61
|
|
62
|
62
|
"instructions": {
|
63
|
|
- "message": "Today's conditions look like <$.conditions> with a high temperature of {{high.celsius}} degrees Celsius according to the forecast at {{pretty_date.time}}.",
|
|
63
|
+ "message": "Today's conditions look like {{conditions}} with a high temperature of {{high.celsius}} degrees Celsius according to the forecast at {{pretty_date.time}}.",
|
64
|
64
|
"subject": "{{data}}"
|
65
|
65
|
}
|
66
|
66
|
|